home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / SRC / HOARDDLL.ZIP / 3rdParty / hoard / libhoard-2.0.2 / Makefile.in < prev    next >
Encoding:
Makefile  |  2000-10-26  |  15.1 KB  |  467 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. # Makefile.am for Hoard-2.0
  14.  
  15.  
  16. SHELL = @SHELL@
  17.  
  18. srcdir = @srcdir@
  19. top_srcdir = @top_srcdir@
  20. prefix = @prefix@
  21. exec_prefix = @exec_prefix@
  22.  
  23. bindir = @bindir@
  24. sbindir = @sbindir@
  25. libexecdir = @libexecdir@
  26. datadir = @datadir@
  27. sysconfdir = @sysconfdir@
  28. sharedstatedir = @sharedstatedir@
  29. localstatedir = @localstatedir@
  30. libdir = @libdir@
  31. infodir = @infodir@
  32. mandir = @mandir@
  33. includedir = @includedir@
  34. oldincludedir = /usr/include
  35.  
  36. DESTDIR =
  37.  
  38. pkgdatadir = $(datadir)/@PACKAGE@
  39. pkglibdir = $(libdir)/@PACKAGE@
  40. pkgincludedir = $(includedir)/@PACKAGE@
  41.  
  42. top_builddir = .
  43.  
  44. ACLOCAL = @ACLOCAL@
  45. AUTOCONF = @AUTOCONF@
  46. AUTOMAKE = @AUTOMAKE@
  47. AUTOHEADER = @AUTOHEADER@
  48.  
  49. INSTALL = @INSTALL@
  50. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  51. INSTALL_DATA = @INSTALL_DATA@
  52. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  53. transform = @program_transform_name@
  54.  
  55. NORMAL_INSTALL = :
  56. PRE_INSTALL = :
  57. POST_INSTALL = :
  58. NORMAL_UNINSTALL = :
  59. PRE_UNINSTALL = :
  60. POST_UNINSTALL = :
  61. host_alias = @host_alias@
  62. host_triplet = @host@
  63. AS = @AS@
  64. CC = @CC@
  65. CPP = @CPP@
  66. CXX = @CXX@
  67. DLLTOOL = @DLLTOOL@
  68. LD = @LD@
  69. LIBSCHED = @LIBSCHED@
  70. LIBTHREAD = @LIBTHREAD@
  71. LIBTOOL = @LIBTOOL@
  72. LN_S = @LN_S@
  73. MAKEINFO = @MAKEINFO@
  74. NM = @NM@
  75. PACKAGE = @PACKAGE@
  76. RANLIB = @RANLIB@
  77. USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
  78. VERSION = @VERSION@
  79.  
  80. VPATH = @srcdir@
  81.  
  82. lib_LTLIBRARIES = libhoard.la
  83. noinst_PROGRAMS = testmymalloc-hoard testmymalloc threadtest threadtest-hoard cache-scratch cache-scratch-hoard
  84.  
  85. @PRIVATEHEAPS_TRUE@PRIVATEHEAPS_SRCS = privateheap.cpp 
  86. @USE_WORKSHOP_TRUE@workshop_objects = arch-specific.lo
  87. @USE_WORKSHOP_FALSE@ARCH_SPECIFIC_SRC = arch-specific.cpp
  88.  
  89. libhoard_la_SOURCES = $(PRIVATEHEAPS_SRCS) $(ARCH_SPECIFIC_SRC) threadheap.cpp processheap.cpp superblock.cpp wrapper.cpp heap.cpp 
  90. EXTRA_libhoard_la_SOURCES = privateheap.cpp atexit.c arch-specific.cpp 
  91. libhoard_la_LIBADD = $(workshop_objects)
  92.  
  93. # CURRENT (interface) : REVISION (implementation) : AGE (how many interfaces...)
  94. libhoard_la_LDFLAGS = -version-info 1:7:0 -module
  95.  
  96. testmymalloc_SOURCES = testmymalloc.cpp
  97. testmymalloc_LDADD = @LIBTHREAD@ @LIBSCHED@
  98.  
  99. testmymalloc_hoard_SOURCES = testmymalloc.cpp
  100. testmymalloc_hoard_LDADD = libhoard.la @LIBTHREAD@ @LIBSCHED@
  101.  
  102. threadtest_SOURCES = threadtest.cpp arch-specific.cpp
  103. threadtest_LDADD = @LIBTHREAD@ @LIBSCHED@
  104.  
  105. threadtest_hoard_SOURCES = threadtest.cpp
  106. threadtest_hoard_LDADD = libhoard.la @LIBTHREAD@ @LIBSCHED@
  107.  
  108. cache_scratch_SOURCES = cache-scratch.cpp arch-specific.cpp
  109. cache_scratch_LDADD = @LIBTHREAD@ @LIBSCHED@
  110.  
  111. cache_scratch_hoard_SOURCES = cache-scratch.cpp
  112. cache_scratch_hoard_LDADD = libhoard.la @LIBTHREAD@ @LIBSCHED@
  113. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  114. mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
  115. CONFIG_CLEAN_FILES = 
  116. LTLIBRARIES =  $(lib_LTLIBRARIES)
  117.  
  118.  
  119. DEFS = @DEFS@ -I. -I$(srcdir) 
  120. CPPFLAGS = @CPPFLAGS@
  121. LDFLAGS = @LDFLAGS@
  122. LIBS = @LIBS@
  123. @USE_WORKSHOP_TRUE@libhoard_la_DEPENDENCIES =  arch-specific.lo
  124. @USE_WORKSHOP_FALSE@libhoard_la_DEPENDENCIES = 
  125. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_FALSE@libhoard_la_OBJECTS =  \
  126. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_FALSE@arch-specific.lo threadheap.lo \
  127. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_FALSE@processheap.lo superblock.lo \
  128. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_FALSE@wrapper.lo heap.lo
  129. @USE_WORKSHOP_TRUE@@PRIVATEHEAPS_TRUE@libhoard_la_OBJECTS =  \
  130. @USE_WORKSHOP_TRUE@@PRIVATEHEAPS_TRUE@privateheap.lo threadheap.lo \
  131. @USE_WORKSHOP_TRUE@@PRIVATEHEAPS_TRUE@processheap.lo superblock.lo \
  132. @USE_WORKSHOP_TRUE@@PRIVATEHEAPS_TRUE@wrapper.lo heap.lo
  133. @USE_WORKSHOP_TRUE@@PRIVATEHEAPS_FALSE@libhoard_la_OBJECTS =  \
  134. @USE_WORKSHOP_TRUE@@PRIVATEHEAPS_FALSE@threadheap.lo processheap.lo \
  135. @USE_WORKSHOP_TRUE@@PRIVATEHEAPS_FALSE@superblock.lo wrapper.lo heap.lo
  136. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_TRUE@libhoard_la_OBJECTS =  \
  137. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_TRUE@privateheap.lo arch-specific.lo \
  138. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_TRUE@threadheap.lo processheap.lo \
  139. @USE_WORKSHOP_FALSE@@PRIVATEHEAPS_TRUE@superblock.lo wrapper.lo heap.lo
  140. PROGRAMS =  $(noinst_PROGRAMS)
  141.  
  142. testmymalloc_hoard_OBJECTS =  testmymalloc.o
  143. testmymalloc_hoard_DEPENDENCIES =  libhoard.la
  144. testmymalloc_hoard_LDFLAGS = 
  145. testmymalloc_OBJECTS =  testmymalloc.o
  146. testmymalloc_DEPENDENCIES = 
  147. testmymalloc_LDFLAGS = 
  148. threadtest_OBJECTS =  threadtest.o arch-specific.o
  149. threadtest_DEPENDENCIES = 
  150. threadtest_LDFLAGS = 
  151. threadtest_hoard_OBJECTS =  threadtest.o
  152. threadtest_hoard_DEPENDENCIES =  libhoard.la
  153. threadtest_hoard_LDFLAGS = 
  154. cache_scratch_OBJECTS =  cache-scratch.o arch-specific.o
  155. cache_scratch_DEPENDENCIES = 
  156. cache_scratch_LDFLAGS = 
  157. cache_scratch_hoard_OBJECTS =  cache-scratch.o
  158. cache_scratch_hoard_DEPENDENCIES =  libhoard.la
  159. cache_scratch_hoard_LDFLAGS = 
  160. CXXFLAGS = @CXXFLAGS@
  161. CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  162. LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  163. CXXLD = $(CXX)
  164. CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
  165. CFLAGS = @CFLAGS@
  166. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  167. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  168. CCLD = $(CC)
  169. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  170. DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
  171. Makefile.in NEWS aclocal.m4 configure configure.in
  172.  
  173.  
  174. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  175.  
  176. TAR = tar
  177. GZIP_ENV = --best
  178. SOURCES = $(libhoard_la_SOURCES) $(EXTRA_libhoard_la_SOURCES) $(testmymalloc_hoard_SOURCES) $(testmymalloc_SOURCES) $(threadtest_SOURCES) $(threadtest_hoard_SOURCES) $(cache_scratch_SOURCES) $(cache_scratch_hoard_SOURCES)
  179. OBJECTS = $(libhoard_la_OBJECTS) $(testmymalloc_hoard_OBJECTS) $(testmymalloc_OBJECTS) $(threadtest_OBJECTS) $(threadtest_hoard_OBJECTS) $(cache_scratch_OBJECTS) $(cache_scratch_hoard_OBJECTS)
  180.  
  181. all: all-redirect
  182. .SUFFIXES:
  183. .SUFFIXES: .S .c .cpp .lo .o .s
  184. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  185.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  186.  
  187. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  188.     cd $(top_builddir) \
  189.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  190.  
  191. $(ACLOCAL_M4):  configure.in 
  192.     cd $(srcdir) && $(ACLOCAL)
  193.  
  194. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  195.     $(SHELL) ./config.status --recheck
  196. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  197.     cd $(srcdir) && $(AUTOCONF)
  198.  
  199. mostlyclean-libLTLIBRARIES:
  200.  
  201. clean-libLTLIBRARIES:
  202.     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  203.  
  204. distclean-libLTLIBRARIES:
  205.  
  206. maintainer-clean-libLTLIBRARIES:
  207.  
  208. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  209.     @$(NORMAL_INSTALL)
  210.     $(mkinstalldirs) $(DESTDIR)$(libdir)
  211.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  212.       if test -f $$p; then \
  213.         echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
  214.         $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
  215.       else :; fi; \
  216.     done
  217.  
  218. uninstall-libLTLIBRARIES:
  219.     @$(NORMAL_UNINSTALL)
  220.     list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  221.       $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  222.     done
  223.  
  224. .c.o:
  225.     $(COMPILE) -c $<
  226.  
  227. .s.o:
  228.     $(COMPILE) -c $<
  229.  
  230. .S.o:
  231.     $(COMPILE) -c $<
  232.  
  233. mostlyclean-compile:
  234.     -rm -f *.o core *.core
  235.  
  236. clean-compile:
  237.  
  238. distclean-compile:
  239.     -rm -f *.tab.c
  240.  
  241. maintainer-clean-compile:
  242.  
  243. .c.lo:
  244.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  245.  
  246. .s.lo:
  247.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  248.  
  249. .S.lo:
  250.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  251.  
  252. mostlyclean-libtool:
  253.     -rm -f *.lo
  254.  
  255. clean-libtool:
  256.     -rm -rf .libs _libs
  257.  
  258. distclean-libtool:
  259.  
  260. maintainer-clean-libtool:
  261.  
  262. libhoard.la: $(libhoard_la_OBJECTS) $(libhoard_la_DEPENDENCIES)
  263.     $(CXXLINK) -rpath $(libdir) $(libhoard_la_LDFLAGS) $(libhoard_la_OBJECTS) $(libhoard_la_LIBADD) $(LIBS)
  264.  
  265. mostlyclean-noinstPROGRAMS:
  266.  
  267. clean-noinstPROGRAMS:
  268.     -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  269.  
  270. distclean-noinstPROGRAMS:
  271.  
  272. maintainer-clean-noinstPROGRAMS:
  273.  
  274. testmymalloc-hoard: $(testmymalloc_hoard_OBJECTS) $(testmymalloc_hoard_DEPENDENCIES)
  275.     @rm -f testmymalloc-hoard
  276.     $(CXXLINK) $(testmymalloc_hoard_LDFLAGS) $(testmymalloc_hoard_OBJECTS) $(testmymalloc_hoard_LDADD) $(LIBS)
  277.  
  278. testmymalloc: $(testmymalloc_OBJECTS) $(testmymalloc_DEPENDENCIES)
  279.     @rm -f testmymalloc
  280.     $(CXXLINK) $(testmymalloc_LDFLAGS) $(testmymalloc_OBJECTS) $(testmymalloc_LDADD) $(LIBS)
  281.  
  282. threadtest: $(threadtest_OBJECTS) $(threadtest_DEPENDENCIES)
  283.     @rm -f threadtest
  284.     $(CXXLINK) $(threadtest_LDFLAGS) $(threadtest_OBJECTS) $(threadtest_LDADD) $(LIBS)
  285.  
  286. threadtest-hoard: $(threadtest_hoard_OBJECTS) $(threadtest_hoard_DEPENDENCIES)
  287.     @rm -f threadtest-hoard
  288.     $(CXXLINK) $(threadtest_hoard_LDFLAGS) $(threadtest_hoard_OBJECTS) $(threadtest_hoard_LDADD) $(LIBS)
  289.  
  290. cache-scratch: $(cache_scratch_OBJECTS) $(cache_scratch_DEPENDENCIES)
  291.     @rm -f cache-scratch
  292.     $(CXXLINK) $(cache_scratch_LDFLAGS) $(cache_scratch_OBJECTS) $(cache_scratch_LDADD) $(LIBS)
  293.  
  294. cache-scratch-hoard: $(cache_scratch_hoard_OBJECTS) $(cache_scratch_hoard_DEPENDENCIES)
  295.     @rm -f cache-scratch-hoard
  296.     $(CXXLINK) $(cache_scratch_hoard_LDFLAGS) $(cache_scratch_hoard_OBJECTS) $(cache_scratch_hoard_LDADD) $(LIBS)
  297. .cpp.o:
  298.     $(CXXCOMPILE) -c $<
  299. .cpp.lo:
  300.     $(LTCXXCOMPILE) -c $<
  301.  
  302. tags: TAGS
  303.  
  304. ID: $(HEADERS) $(SOURCES) $(LISP)
  305.     list='$(SOURCES) $(HEADERS)'; \
  306.     unique=`for i in $$list; do echo $$i; done | \
  307.       awk '    { files[$$0] = 1; } \
  308.            END { for (i in files) print i; }'`; \
  309.     here=`pwd` && cd $(srcdir) \
  310.       && mkid -f$$here/ID $$unique $(LISP)
  311.  
  312. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  313.     tags=; \
  314.     here=`pwd`; \
  315.     list='$(SOURCES) $(HEADERS)'; \
  316.     unique=`for i in $$list; do echo $$i; done | \
  317.       awk '    { files[$$0] = 1; } \
  318.            END { for (i in files) print i; }'`; \
  319.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  320.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  321.  
  322. mostlyclean-tags:
  323.  
  324. clean-tags:
  325.  
  326. distclean-tags:
  327.     -rm -f TAGS ID
  328.  
  329. maintainer-clean-tags:
  330.  
  331. distdir = $(PACKAGE)-$(VERSION)
  332. top_distdir = $(distdir)
  333.  
  334. # This target untars the dist file and tries a VPATH configuration.  Then
  335. # it guarantees that the distribution is self-contained by making another
  336. # tarfile.
  337. distcheck: dist
  338.     -rm -rf $(distdir)
  339.     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  340.     mkdir $(distdir)/=build
  341.     mkdir $(distdir)/=inst
  342.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  343.     cd $(distdir)/=build \
  344.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  345.       && $(MAKE) $(AM_MAKEFLAGS) \
  346.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  347.       && $(MAKE) $(AM_MAKEFLAGS) check \
  348.       && $(MAKE) $(AM_MAKEFLAGS) install \
  349.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  350.       && $(MAKE) $(AM_MAKEFLAGS) dist
  351.     -rm -rf $(distdir)
  352.     @banner="$(distdir).tar.gz is ready for distribution"; \
  353.     dashes=`echo "$$banner" | sed s/./=/g`; \
  354.     echo "$$dashes"; \
  355.     echo "$$banner"; \
  356.     echo "$$dashes"
  357. dist: distdir
  358.     -chmod -R a+r $(distdir)
  359.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  360.     -rm -rf $(distdir)
  361. dist-all: distdir
  362.     -chmod -R a+r $(distdir)
  363.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  364.     -rm -rf $(distdir)
  365. distdir: $(DISTFILES)
  366.     -rm -rf $(distdir)
  367.     mkdir $(distdir)
  368.     -chmod 777 $(distdir)
  369.     @for file in $(DISTFILES); do \
  370.       d=$(srcdir); \
  371.       if test -d $$d/$$file; then \
  372.         cp -pr $$/$$file $(distdir)/$$file; \
  373.       else \
  374.         test -f $(distdir)/$$file \
  375.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  376.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  377.       fi; \
  378.     done
  379. info-am:
  380. info: info-am
  381. dvi-am:
  382. dvi: dvi-am
  383. check-am: all-am
  384. check: check-am
  385. installcheck-am:
  386. installcheck: installcheck-am
  387. install-exec-am: install-libLTLIBRARIES
  388. install-exec: install-exec-am
  389.  
  390. install-data-am:
  391. install-data: install-data-am
  392.  
  393. install-am: all-am
  394.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  395. install: install-am
  396. uninstall-am: uninstall-libLTLIBRARIES
  397. uninstall: uninstall-am
  398. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  399. all-redirect: all-am
  400. install-strip:
  401.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  402. installdirs:
  403.     $(mkinstalldirs)  $(DESTDIR)$(libdir)
  404.  
  405.  
  406. mostlyclean-generic:
  407.  
  408. clean-generic:
  409.  
  410. distclean-generic:
  411.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  412.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  413.  
  414. maintainer-clean-generic:
  415. mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
  416.         mostlyclean-libtool mostlyclean-noinstPROGRAMS \
  417.         mostlyclean-tags mostlyclean-generic
  418.  
  419. mostlyclean: mostlyclean-am
  420.  
  421. clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool \
  422.         clean-noinstPROGRAMS clean-tags clean-generic \
  423.         mostlyclean-am
  424.  
  425. clean: clean-am
  426.  
  427. distclean-am:  distclean-libLTLIBRARIES distclean-compile \
  428.         distclean-libtool distclean-noinstPROGRAMS \
  429.         distclean-tags distclean-generic clean-am
  430.     -rm -f libtool
  431.  
  432. distclean: distclean-am
  433.     -rm -f config.status
  434.  
  435. maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
  436.         maintainer-clean-compile maintainer-clean-libtool \
  437.         maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
  438.         maintainer-clean-generic distclean-am
  439.     @echo "This command is intended for maintainers to use;"
  440.     @echo "it deletes files that may require special tools to rebuild."
  441.  
  442. maintainer-clean: maintainer-clean-am
  443.     -rm -f config.status
  444.  
  445. .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
  446. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
  447. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
  448. distclean-compile clean-compile maintainer-clean-compile \
  449. mostlyclean-libtool distclean-libtool clean-libtool \
  450. maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
  451. distclean-noinstPROGRAMS clean-noinstPROGRAMS \
  452. maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
  453. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
  454. check-am installcheck-am installcheck install-exec-am install-exec \
  455. install-data-am install-data install-am install uninstall-am uninstall \
  456. all-redirect all-am all installdirs mostlyclean-generic \
  457. distclean-generic clean-generic maintainer-clean-generic clean \
  458. mostlyclean distclean maintainer-clean
  459.  
  460.  
  461. @USE_WORKSHOP_TRUE@arch-specific.lo: sparc-interchange.il arch-specific.cpp 
  462. @USE_WORKSHOP_TRUE@    $(LTCXXCOMPILE) -c -o $@ $?
  463.  
  464. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  465. # Otherwise a system limit (for SysV at least) may be exceeded.
  466. .NOEXPORT:
  467.